Opc.Ua.Core
LocalizedTextCollection Constructor(IEnumerable<LocalizedText>)



Opc.Ua Namespace > LocalizedTextCollection Class > LocalizedTextCollection Constructor : LocalizedTextCollection Constructor(IEnumerable<LocalizedText>)
The collection to copy into this new instance
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of LocalizedText) _
)
'Usage
 
Dim collection As IEnumerable(Of LocalizedText)
 
Dim instance As New LocalizedTextCollection(collection)
public LocalizedTextCollection( 
   IEnumerable<LocalizedText> collection
)
public:
LocalizedTextCollection( 
   IEnumerable<LocalizedText^>^ collection
)

Parameters

collection
The collection to copy into this new instance
Remarks
Initializes the collection from another collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocalizedTextCollection Class
LocalizedTextCollection Members
Overload List